bpo-27062: add __all__ to inspect module#30003
Conversation
0fd7665 to
50abecb
Compare
tiran
left a comment
There was a problem hiding this comment.
This changeset needs a test to verify that __all__ does not regress.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
asvetlov
left a comment
There was a problem hiding this comment.
__all__ is for public API.
Parameter, Signature, and BoundArguments should be enumerated along with other names.
|
I have made the requested changes; please review again |
a20f0db to
a0d5961
Compare
| __author__ = ('Ka-Ping Yee <ping@lfw.org>', | ||
| 'Yury Selivanov <yselivanov@sprymix.com>') | ||
|
|
||
|
|
There was a problem hiding this comment.
There was some invisible spaces here. I think this is not expected.
https://bugs.python.org/issue27062